Select Data Column
Command Prototype
objDatatable = Datatable.SelectDataTableColumns(dtTable,aryColumns)
Command Description
Select data columns in a datatable and return a new datatable
Parameter Description
- Required Parameter
- dtTable--The data table to be filtered
- aryColumns--Columns to be kept
- return
- objDatatable--The variable used to save the output of the function call